'Declaration Public Function New( _ ByVal elements() As Object, _ ByVal elementType As PgSqlType, _ ByVal rank As Integer, _ ByVal ParamArray dimensions() As Integer _ )
public PgSqlArray( object[] elements, PgSqlType elementType, int rank, params int[] dimensions )
Parameters
- elements
- An array of objects that contains the individual elements of PgSqlArray.
- elementType
- The type of elements in the array.
- rank
- The number of dimensions.
- dimensions
- Limits for the dimentsions.